home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / oberonv4 / oberon.readme < prev    next >
Text File  |  1996-05-27  |  3KB  |  63 lines

  1. Short:    Oberon System V4 for Amiga V1.3
  2. Author:   degner@pallas.amp.uni-hannover.de (Stefan Ludwig, Claudio Nieder, Ralf Degner)
  3. Uploader: degner@pallas.amp.uni-hannover.de (Ralf Degner)
  4. Type:     dev/obero
  5.  
  6. This is the V1.3 release of "Oberon System V4 for Amiga" (O4A) of ETH Zurich.
  7.  
  8. "Oberon System V4 for Amiga" requires at least an MC68020 and a minimum of
  9. 1.2MByte of free memory (2.5 MByte recommended). Floating point calculations
  10. (types REAL and LONGREAL) additionally require a FPU. This version requires
  11. WB2.0 or better. A screen mode requester will be available only with
  12. asl.library V38 and higher. "Oberon System V4 for Amiga" works best with
  13. 16 colors (4 planes) and high resolutions (1024*768 or higher).
  14. The StartUp-Script will test your system and will report problems.
  15.  
  16. NOTE: Oberon for Amiga doesn't work on XFH file systems.
  17.  
  18. "Oberon System V4 for Amiga" is distributed as an lha archive. A directory
  19. will be created if you extract it. O4A is started using the Oberon icon.
  20.  
  21. Additional archives:
  22.  Oberon-NonFPU.lha - to use O4A without FPU
  23.  Oberon-Src.lha    - the full source of O4A
  24.  Oberon-Fonts.lha  - additional screen and printer fonts
  25.  Dialogs.lha       - advanced GUI and very nice programming example
  26.  Expressions.lha   - mathematical expressions within text documents
  27.  Coco.lha          - Compiler generator
  28.  
  29. NOTE: Don't store your private files into one of the subdirectories, but
  30.       rather use the top directory, or a separate one, which you can add
  31.       to the assign at the end of the Oberon StartUp-Script.
  32.  
  33. When started for the first time, O4A will ask for the preferred
  34. screen mode and resolution (only with asl.library >=V38). This information
  35. will be stored in the environment variable Oberon4Amiga. The command
  36. System.ChangeMode can be used to change the value at a later time.
  37. After this you can choose to use O4A at a private screen or in a window at
  38. a public screen. A private screen is the normal way.
  39.  
  40. Now you should read the file Release.Notes.Text, to find out what has changed
  41. since the last release, Oberon4Amiga.Guide.Text and Welcome.Text if you use
  42. the system for the first time. If you do not know how to open an Oberon text
  43. press the Help key to read the Welcome.Text.
  44. Please note the file ReferenceCard.ps. It is a nice piece of docu.
  45.  
  46. If "Oberon System V4 for Amiga" gets out of control (e.g. because of a looping
  47. command), use the KillOberon icon to terminate it. The Amiga OS has problems
  48. if a process is interrupted, while it is waiting for a message reply. To avoid
  49. problems, Ctrl-C refuses to work, when it detects a possible critical
  50. situation.
  51.  
  52. System.Quit terminates the Oberon process. It is the normal way to leave
  53. "Oberon System V4 for Amiga".
  54.  
  55. To get more information about "Amiga and Oberon" read the WWW page
  56. http://sun1.rrzn.uni-hannover.de/~nhbidegn/oa-e.html .
  57.  
  58. Please mail any bugs encountered to degner@pallas.amp.uni-hannover.de, to
  59. which you can also direct questions.
  60.  
  61.  
  62.             claudio / stefan / ralf   31-May-1996
  63.